In This Topic
Sets a value indicating whether a radio button shall be selected at all times.
If set, exactly one radio button shall be selected at all times; selecting the currently selected button has no effect. If clear, clicking the selected button deselects it, leaving no button selected.
Syntax
public void setNoToggleToOff(
boolean
)
|
Parameters
- value
- True if exactly one radio button shall be selected at all times.
See Also